home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / Block Breaker Cr / BlockBreaker.jar / BlockBreaker / S.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-10-10  |  1.8 KB  |  14 lines

  1. package BlockBreaker;
  2.  
  3. // $FF: renamed from: BlockBreaker.S
  4. abstract class class_0 {
  5.    // $FF: renamed from: I java.lang.String[]
  6.    public static final String[] field_0 = new String[]{"Resume", "New Game", "Continue Game", "Sound On", "Vibration On", "Help", "High Scores", "Main Menu", "Exit", "About...", "Sound Off", "Vibration Off", "Quit About", "Quit Help", "Next Page", "Prev Page"};
  7.    // $FF: renamed from: Z java.lang.String[]
  8.    public static final String[] field_1 = new String[]{"Loading", "Select", "New High Score", "High Scores", "Level", "Score", "HELP", "Great!", "Options", " "};
  9.    // $FF: renamed from: C java.lang.String[][]
  10.    public static final String[][] field_2 = new String[][]{{"GOAL:", "  Destroy all the", "bricks by hitting", "them with the ball.", " "}, {"CONTROLS:", " 1,2,3 = Serve", " 4 = Left", " 5,6 = Right", " "}, {"RULES:", "  Move paddle to", "hit the ball and ", "send it towards ", "the bricks."}, {"BALLS:", "  When you start,", "you have 3 balls.", " ", " "}};
  11.    // $FF: renamed from: B java.lang.String[]
  12.    public static final String[] field_3 = new String[]{" ", "Block Breaker", "VERSION 1.0", "COPYRIGHT 2002", "Gameloft", " ", "ORIGINAL", "COMPOSERS", "Gameloft 2002", " ", "ADAPTATION", "TEAM", " ", "PROGRAMMING", "Liu Wei", " ", "GAME DESIGN", "Chen Bing", " ", "ART DIRECTOR", "Arthur Hugot", " ", "GRAPHICS", "Tian Yan", " ", "TESTING", "Chen Kun", "Qi Bin Yi", " ", "PROJECT MANAGER", "Philippe Laurens"};
  13. }
  14.